Doc tweaks for new batch operation.
authorrobertl <robertl>
Mon, 30 Oct 2006 17:30:42 +0000 (17:30 +0000)
committerrobertl <robertl>
Mon, 30 Oct 2006 17:30:42 +0000 (17:30 +0000)
xmldoc/chapters/use.xml

index 1665a5313fccd5862a8f8c04120e0eb84ec91466..9ff0409040b07896b8f85b1f1d85b11e2e52abce 100644 (file)
@@ -237,14 +237,19 @@ merged data to multiple destinations.
 <sect1 id="batchfile">
   <title>Batch mode (command files)</title>
   <para>
-    GPSBabel supports working with batch- (command-) files (option -b). 
+       In addition to reading arguments from the command line, GPSBabel can
+       read directions from batch (or command) files via the '-b' option.
   </para>
   <para>
     These files are ideal for holding long command lines, long file lists, complex filters 
-    and so on. You can use all GPSBabel known options and combinations when writing
-    such files. Nested batch files (the '-b' option within a batch file) is supported too.
+    and so on. You can use all GPSBabel options and combinations when writing
+    such files. Nesting batch files by using the '-b' option within a batch file is supported.
   </para>
+  <para>
+  Here is an example demonstrating segmenting a large command line
+  by placing the input and filtering directives in a file called 'all_my_files'.  </para>
   <screen format="linespecific">gpsbabel -b all_my_files -o gdb -F all_my_tracks.gdb</screen>
+  </para>
   <para>
     'all_my_files' could look like this:
   </para>